home *** CD-ROM | disk | FTP | other *** search
/ Strategy Challenges Collection / Strategy Challenges Collection.iso / pc / demo / demodata / menu.dxr / 00041.ls < prev    next >
Encoding:
Text File  |  1996-10-02  |  205 b   |  12 lines

  1. on exitFrame
  2.   global gBeenThere, gQuit
  3.   if gQuit = 1 then
  4.     quit()
  5.   end if
  6.   set gBeenThere to 0
  7.   clearPuppets(1, 46)
  8.   repeat with nn = 2 to 7
  9.     set the visible of sprite nn to 0
  10.   end repeat
  11. end
  12.